{ "summary": "Update the specific alert action. (note: type cannot be changed)", "description": "", "method": "PUT", "path": "/alert-actions/{id}", "parameters": { "id": "string" }, "request_body": { "id": "string", "alertSources": [ { "id": null, "teams": null, "name": null, "iconUrl": null, "lightIconUrl": null, "darkIconUrl": null } ], "connectorId": "string", "connectorType": "autotask", "name": "string", "createdAt": "string" }, "response": { "id": "string", "alertSources": [ { "id": null, "teams": null, "name": null, "iconUrl": null, "lightIconUrl": null, "darkIconUrl": null } ], "connectorId": "string", "connectorType": "autotask", "name": "string", "createdAt": "string" } }